public List <KullaniciRoleItem> GetUserRoles(Kullanici user)
 {
     return(_kullaniciDal.GetUserRoles(user));
 }