export class User { constructor(private name?:string = null,private email?:string = null, private password?:string = null){} }