public static CustomerDetails validateSignIn(CustomerDetails customer) { return(CustomerRespository.LoginValidate(customer)); }