public tbl_Users GetByID(int Id)
 {
     return(objDb.GetByID(Id));
 }