public Response Post(string user, string password)
 {
     return(LoginOptions.Autenticar(user, password));
 }