public static bool HourDelete(int hourId) { return(HourRepository.HourDelete( HourRepository.HourFetch(hourId))); }