public IEnumerable <ClientService> GetClientForCustomer(Guid _LoggedInUserID)
 {
     return(repository.GetClientForCustomer(_LoggedInUserID));
 }