public static int RemovebyId(string EndorsementId)
 {
     return(EndorsementDAL.RemovebyId(EndorsementId));
 }